adTempus API
PreviousUpNext
INotificationAddress::MaximumMessageLength Property

Gets or sets the maximum length for messages sent to this address.

C++
__property long MaximumMessageLength;
C#
long MaximumMessageLength;
Visual Basic
Property MaximumMessageLength() As long
Default Value

0

If a MaximumMessageLength is set, any message that exceeds that exceeds that length will be truncated to the maximum number of characters.

Set to 0 for no limit 

If the address uses a MessagingServiceProvider, the options for the provider allow you to specify that long messages be broken into messages that do not exceed a maximum length (see IMessagingServiceProvider.MaxMessageLength). If this option is used, the address's MaximumMessageLength still determines the absolute maximum number of characters that will be sent (i.e., the message will be truncated to the address's MaximumMessageLength before it is split into multiple messages to comply with the provider's MaxMessageLength).

adTempus API Reference version 3.0.0.0, revised 10/30/2008